Skip to content

Replace stale "issue #23" ref in TryAddProbeCountTests docstring - #75

Merged
marius-bughiu merged 1 commit into
mainfrom
chore/code-review/fix-stale-issue-ref-in-tryadd-probe-tests
May 11, 2026
Merged

Replace stale "issue #23" ref in TryAddProbeCountTests docstring#75
marius-bughiu merged 1 commit into
mainfrom
chore/code-review/fix-stale-issue-ref-in-tryadd-probe-tests

Conversation

@marius-bughiu

Copy link
Copy Markdown
Owner

What

Updates the class docstring on TryAddProbeCountTests to point at PR #53 instead of "issue #23". One-line comment edit; no test or production behaviour change.

Why

The docstring previously read "Regression tests for issue #23". That number was an internal ISSUES.md reference, used before the backlog was migrated to GitHub Issues (commit 0f84d86). On GitHub today, #23 is "Add SIMD optimizations" — a different and currently-open piece of work. A reader who follows the cross-reference lands on a totally unrelated topic.

The single-probe TryAdd rewrite that this test class actually pins landed in PR #53, and that PR's description is the right place to send a curious reader.

Test plan

  • dotnet build — clean (0 errors, pre-existing 50 warnings unchanged).
  • dotnet test — not strictly needed; this is a comment-only change. Will run if CI requests.

The class docstring described itself as "Regression tests for issue #23",
referencing the original internal ISSUES.md numbering used before the
backlog was migrated to GitHub Issues (commit 0f84d86). On GitHub, issue
#23 is now "Add SIMD optimizations" -- unrelated -- so the existing
pointer sends a curious reader to the wrong place.

Replace the dead reference with a pointer to PR #53, which is where the
single-probe TryAdd rewrite actually landed and which holds the rationale
in its description.

Comment-only change; no behaviour or test logic affected.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@marius-bughiu marius-bughiu added the automated:code-review PR or issue opened by celerity---code-review sweep label May 7, 2026
@marius-bughiu
marius-bughiu merged commit 1f7179d into main May 11, 2026
3 checks passed
@marius-bughiu
marius-bughiu deleted the chore/code-review/fix-stale-issue-ref-in-tryadd-probe-tests branch July 24, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated:code-review PR or issue opened by celerity---code-review sweep

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant